/*about*/
.c-right .r-con {
	padding-top: 10px;
	width: 98%;
	line-height: 50px;
	margin: 0 auto;
	text-indent: 2em;
}
/*productList*/
.productList {
	margin-top: 20px;
	overflow: hidden;
}
.productList li {
	float: left;
	width: 264px;
	height: 198px;
	margin: 10px;
	border: 1px solid #ce333b;
	overflow: hidden;
}
.productList li a {
	display: block;
	position: relative;
}
.productList li a:hover {
	color: #008800;
}
.productList li img {
	width: 264px;
	height: 198px;
	transition: all 0.6s ease;
}
.productList li img:hover {
	transform: scale(1.2);
}
.productList li span {
	width: 100%;
	height: 35px;
	line-height: 35px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	bottom: 4px;
	text-align: center;
}
/*product&news*/
.c-right .pro {
	width: 98%;
	padding-top: 25px;
	margin: 0 auto;
}
.pro .title {
	font-size: 20px;
	color: black;
	text-align: center;
	height: 30px;
}
.pro .author {
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	border-bottom: 1px dashed #CCC;
}
.pro .author span {
	padding-left: 10px;
}
.author a {
	color: #ce333b;
}
.pro .con {
	padding-top: 15px;
	width: 96%;
	line-height: 30px;
	font-size: 14px;
	margin: 0 auto;
}
.pro .page {
	width: 80%;
	padding: 30px 10px;
	margin: 0 auto;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}
.page span a {
	color: #ce333b;
}
/*Page*/
.Page {
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
	margin: 3px;
	padding-top: 7px;
	text-align: center;
	margin-top: 20px;
}
.Page a {
	padding: 5px 10px;
	margin: 0px 3px;
	color: #000000;
	border: 1px solid #cccccc;
}
.Page a:hover {
	color: #fff;
	background-color: #ce333b;
	padding: 5px 10px;
}
.Page a:active {
	color: #fff;
	background-color: #ce333b;
}
.Page span.current {
	border-right: #000000 1px solid;
	padding-right: 5px;
	border-top: #000000 1px solid;
	padding-left: 5px;
	font-weight: bold;
	padding-bottom: 2px;
	margin: 2px;
	border-left: #000000 1px solid;
	color: #fff;
	padding-top: 2px;
	border-bottom: #000000 1px solid;
	background-color: #000000
}
.Page span.nolink {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #cccccc;
	padding: 5px;
}
.Page span {
	margin: 2px;
	color: #b4b4b4;
	border: 1px solid #b4b4b4;
	padding: 5px 10px;
}
/*留言*/
#word {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 480px;
	background: #F7F7F7;
	padding: 25px 15px 25px 10px;
	font: 14px Georgia, "微软雅黑", Times, serif;
	color: #888;
	text-shadow: 1px 1px 1px #FFF;
	border: 1px solid #E4E4E4;
}
.item {
	float: left;
	width: 90%;
	margin-bottom: 15px;
}
label {
	text-align: right;
	padding-right: 10px;
	margin-top: 10px;
	color: #888;
}
input {
	border: 1px solid #DADADA;
	color: #888;
	height: 30px;
	outline: 0 none;
	width: 70%;
	box-shadow: inset 0px 1px 4px #ECECEC;
	-moz-box-shadow: inset 0px 1px 4px #ECECEC;
	-webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.login_verification {
	width: 30%!important;
}
textarea {
	padding: 5px 3px 3px 5px;
	height: 100px;
	width: 315px;
}
.submit, .reset {
	background: #ce333b;
	border: none;
	padding: 10px 25px 10px 25px;
	color: #FFF;
	box-shadow: 1px 1px 5px #B6B6B6;
	border-radius: 3px;
	text-shadow: 1px 1px 1px #9E3F3F;
	cursor: pointer;
	width: 110px;
	height: 40px;
	margin-top: 32px;
	margin-left: 60px;
}
